home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC for Alla 2005 April
/
PC för Alla 0504.iso
/
noje
/
arcade-3.6.exe
/
tetris.swf
/
scripts
/
DefineSprite_65
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-11-29
|
202 b
|
13 lines
stop();
_visible = false;
yes_btn.onPress = function()
{
_root.stopFall();
_root.gotoAndStop(2);
};
no_btn.onPress = function()
{
_visible = false;
_root.pause_btn.onPress();
};